home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_06 / 2n06065b < prev    next >
Text File  |  1991-04-30  |  352b  |  19 lines

  1. EXETYPE      WINDOWS
  2.  
  3. STUB         'WINSTUB.EXE'
  4.  
  5. CODE         PRELOAD MOVEABLE
  6. DATA         PRELOAD MOVEABLE MULTIPLE
  7.  
  8. HEAPSIZE     16384
  9. STACKSIZE    12288
  10.  
  11.  
  12. EXPORTS
  13.         StdWinWndProc           @1
  14.         About                   @2
  15.         Colors                  @4
  16.         SelectFont              @5
  17.         EnumFunc                @6
  18.         CommandLineDlg          @11
  19.